This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
Or (if you have multi-value fields or Date/Number fields) you could create a dummy document... ~Umberto Nongeroson 14.Jan.04 05:04 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
in the postopen event and call doc.CopyAllItems(savdoc), then in the Query Save,
changedFields = ""
forall item1 in doc.Items
Set oitem = savdoc.GetFirstItem(item1.Name)
if oitem.Text <> item1.Text then
changedFields = changedFields + item1.Name